object SortDlg: TSortDlg Left = 108 Top = 99 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Sort Options' ClientHeight = 299 ClientWidth = 470 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 377 Height = 281 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 3 object Bevel1: TBevel Left = 192 Top = 8 Width = 177 Height = 265 Shape = bsFrame end object Bevel2: TBevel Left = 8 Top = 8 Width = 177 Height = 265 Shape = bsFrame end object Label9: TLabel Left = 11 Top = 76 Width = 104 Height = 13 Caption = 'Primary Sort Field:' end object Label4: TLabel Left = 195 Top = 77 Width = 123 Height = 13 Caption = 'Secondary Sort Field:' end object Order_GB: TRadioGroup Left = 12 Top = 16 Width = 137 Height = 49 Caption = 'Sort Order' Items.Strings = ( 'Ascending' 'Descending') TabOrder = 0 OnClick = Order_GBClick end object Sort_CB: TComboBox Left = 12 Top = 92 Width = 169 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 TabOrder = 1 OnClick = Sort_CBChange end object Order2_GB: TRadioGroup Left = 197 Top = 16 Width = 137 Height = 49 Caption = 'Sort Order' Items.Strings = ( 'Ascending' 'Descending') TabOrder = 2 end object Sort2_CB: TComboBox Left = 196 Top = 92 Width = 169 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 TabOrder = 3 OnClick = Sort2_CBChange end end object OKBtn: TBitBtn Left = 390 Top = 8 Width = 77 Height = 27 Caption = '&OK' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 390 Top = 40 Width = 77 Height = 27 Caption = '&Cancel' TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 390 Top = 72 Width = 77 Height = 27 TabOrder = 2 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end end